home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / soundu / mt32gs12.zip / MT32GS.DOC < prev    next >
Text File  |  1994-07-23  |  7KB  |  154 lines

  1.         MT32GS  Version 1.1ß (Beta Test Version)
  2.         4-23-94
  3.         MT-32/LAPC-1/CM-32L/CM-64 General MIDI emulator
  4.         By: Mike "Newt" Cornelius
  5.         Requires: A Roland MT-32/LAPC-1/CM-32L/CM-64, and a MPU-401 or 
  6.                   compatable midi interface.  (The LAPC-1 has one built in)
  7.         This program is PUBLIC DOMAIN (Freeware) and can be passed along
  8.         with no restrictions.  (As long as it is not sold for profit)
  9.  
  10.   Purpose:
  11.   ------------------
  12.  
  13.    To make the popular series of Roland modules & cards support the General
  14. MIDI standard.  
  15.  
  16.    This is done by rearranging and rewriting some of the sound "patches" in
  17. the MT-32.  The General MIDI standard is the one used by Microsoft Windows
  18. 3.1 and many other programs.  This program will make your Roland sound more
  19. exact according to the GS standard.  
  20.  
  21. Version 1.1ß incoporates:
  22.  
  23.  o  Selectable Ports.  (No longer restricted to IO Port 330)
  24.  o  Uses VESA Audio drivers for better compatability.
  25.  o  Now can play Standard MIDI files (Type 0 & Type 1) from command line
  26.  
  27.  Note: The sound patches have NOT changed from Version 1.0
  28.  
  29. ----
  30. MT32GS
  31. Version 1.0 was created on 09-17-92.  There have NOT been any changes since
  32. then until now.  Version 1.0 was the initial release.  This release is a 
  33. BETA version of MT32GS.EXE.  If this turns out to work O.K. for several
  34. people with newer machines, then Version 1.2 will be sent through all the
  35. various software channels.  However, this version should be completely
  36. functional.
  37.  
  38.   Included Files:
  39.   ------------------
  40.  
  41.   MT32GS.DOC    The file you are reading now
  42.   MT32GS.EXE    The executable file
  43.   MT32GS.TIM    The Sysex information for the General Midi Standard
  44.   MT32NORM.TIM  The Sysex information needed to reset the MT-32
  45.   THE_SIGN.MID  Test General MIDI .MID file for MIDI File Playback 
  46.                 (The song is "I saw the Sign" by Ace of Base)
  47.   TEST.BAT      Runs a basic test, including playing of the MIDI file
  48.   GM.BAT        Sets MT-32 to GM via included VESA driver
  49.   MT32.BAT      Sets MT-32 to normal via included VESA driver
  50.   FILE_ID.DIZ   Brief description of program (For BBSs)
  51.  
  52.   Quick Start: (Using with Windows)
  53.   -------------------
  54.  
  55.   (This assumes that you have already set up your Roland drivers on Windows)
  56.   
  57.   1. Run the program "MT32GS" with no command line parameters.
  58.      (Note, try running GM.BAT if you get an error message)
  59.   2. Load Windows
  60.   3. Go to the Control panel, and click on "MIDI Mapper"
  61.   4. Click on the Edit button (Assumes you are using the LAPC-1 map setup)
  62.   5. Change all the "Patch Maps" for channels 1-10 to "[None]"
  63.   6. Close the Control Panel
  64.   7. Open Media Player
  65.   8. Load CANYON.MID.
  66.   9. Play the file. 
  67.  10. Exit Windows
  68.  11. Type "MT32GS R" to reset the MT-32 back to normal.
  69.      (Note, try running MT32.BAT if you get an error message)
  70.  
  71.   That's it!
  72.   Everytime you use windows or any other program that uses the general
  73.   Midi Standard run "MT32GS".  And if you need to go back to normal
  74.   Mt-32 run "MT32GS R".  (This also resets the MT-32 back to normal from
  75.   games that write in System Exclusive data to your Roland)
  76.   Use the batch files for better compatability.
  77.  
  78.  
  79.   VESA Audio Standard
  80.   -------------------
  81.  
  82.   Included is a MPU-401 VESA audio driver, to see its arguments and set it up
  83.   type "MPU /?".
  84.   The VESA audio standard was started to make programming AUDIO for DOS much
  85.   easier and to solve compatability problems.  
  86.   VESA support was added due to problems with the internal MIDI routines and
  87.   some PCI buses.  It also gained the benefit of allowing to play MIDI files.
  88.  
  89.   To use the VESA driver with MT32GS see the batch files (.BAT) for good
  90.   examples.  Or:
  91.  
  92.   MPU                                   (Loads MPU driver)
  93.   MT32GS                                (Sets MT-32 into GM emulation)
  94.   MPU U                                 (Unloads MPU driver from memory)
  95.  
  96.  
  97.  
  98.   More On Commands
  99.   -----------------------
  100.  
  101.   Typing "MT32GS" without any parameters will show all comments and set your
  102.   Roland device to the General Midi setup.
  103.   
  104.   Arguments:
  105.  
  106.   A - After completion of playing a MIDI file reset the MT-32 back to normal
  107.   D - Bypass VESA drivers and use direct MPU-401 manipulation
  108.   H - Display all commands available in MT32GS
  109.   J - Just play the midi file, and do not change the MT-32's status
  110.   M - (Note, this must be followed by a path and filename)
  111.       This plays a Standard MIDI file (VESA drivers MUST be loaded)
  112.       For Example: typing "MT32GS M THE_SIGN.MID" will play the example
  113.       MID file, only after setting General MIDI emulation.  To bypass
  114.       setting of emulation add a J parameter.
  115.   N - No comments, suppress text messages on screen
  116.   P - Set MIDI IO port for Direct mode, default is 330h, this must be in
  117.       REGULAR DECIMAL numbers, do not place a hexidecimal number here.
  118.       Example "MT32GS P 816"
  119.   R - Reset the MT-32 to Normal Operation
  120.   V - View MIDI information when you play a MIDI file
  121.  
  122.  o  A space must be between each argument.
  123.  o  The order of the arguments does not matter.
  124.  o  For example, if you wanted to reset the MT-32 back to normal and not read
  125.     the comments, play a midi-file and see the MIDI files information type:
  126.        "MT32GS R N M THE_SIGN.MID V"  (THE_SIGN.MID represent the MIDI file
  127.                                        you wish to play)
  128.  
  129.   Sounds
  130.   -------------------------
  131.  
  132.   The sounds were gathered from an outside source, and are fairly accurate. 
  133.   It represents the GS standard MUCH MUCH better than the regular LAPC-1
  134.   driver that Windows uses.  Any program that can use "GENERAL MIDI" should
  135.   work with this.  
  136.   MT32GS remaps the MT-32 to use channels 1-8 as melodic, and channel 10 as
  137.   the percussion channel.  Channel 9 is made unavailable.  (A compromise that 
  138.   had to be made)  
  139.  
  140.  
  141.   --------
  142.  
  143.   If you have questions or comments I can be reached at the following:
  144.              PRODIGY ID# KBND17B.
  145.              Internet Address: kbnd17b@prodigy.com
  146.              BBS Support: Outdoor Sportsman BBS (407)635-9590 (1200-28.8k)
  147.              Software Creations BBS: (Account Name: John Cornelius)
  148.                                      John.Cornelius@swcbbs.com
  149.  
  150.                                 Enjoy,
  151.                                  
  152.                                 Mike "Newt" Cornelius
  153.                                 New Smyrna Beach, Florida
  154.